Gets a collection containing objects deleted since the last checkpoint.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property Deleted As IList(Of TId) Get Private Set |
C# |
---|
public IList<TId> Deleted { get; private set; } |